CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - .net p2p
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - .net p2p - List
[
Other resource
]
p2pvb.net版
DL : 1
vb.net写的,实现了p2p点对点聊天功能。-vb.net write, and achieving the peer-to peer-to-peer chatting.
Date
: 2008-10-13
Size
: 38.01kb
User
:
李士大
[
ASP
]
china-code.net.wwnsx.6962
DL : 0
本人在前几天发布了一个云网生成HTML,支持P2P系统,发布当天下载超过1000,现在都3 4千了。但是随着下载人数的过多我程序的毛病也越来越多,这几天我的QQ几乎被吵爆了,问什么问题的都有我真的怕了,但是我还是要谢谢大家能帮我找出这么多的不足,太谢谢了我是一个新人学ASP也不是很久。刚开始做网站所以很垃圾这里也需要大家理解.-a few days ago I released a cloud network generate HTML, and peer-to-peer support system, Download the release of more than 1,000, now have a 3 4 1000. However, with the excessive number of downloads procedures illnesses I have had more and more of these days I almost QQ was a noisy explosion, asked what problems I have really afraid, but I want to thank you all to help me to find so many deficiencies, Thank you very much I was learning a new ASP is not a long time. Just beginning refuse site so it is here also we need to understand.
Date
: 2010-07-07
Size
: 2.49mb
User
:
齐齐
[
Communication
]
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB
DL : 0
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本关于用VB.NET如何开发P2P程序的书,英文原版,非常不错-Apress.Peer.to.Peer.with.VB.Dot.NET. eBook - LiB.chm one on how to develop with VB.NET P2P procedures, English original, very good!
Date
: 2008-10-13
Size
: 7.82mb
User
:
杨正
[
Exploit
]
p2p
DL : 0
P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为
Date
: 2008-10-13
Size
: 35.04kb
User
:
little3388
[
ICQ-IM-Chat
]
P2P
DL : 0
P2P聊天工具,用C#写成,在.net平台下运行
Date
: 2008-10-13
Size
: 181.32kb
User
:
lizhe
[
Other resource
]
P2P(VB.net)
DL : 1
这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评
Date
: 2008-10-13
Size
: 11.2kb
User
:
扬扬
[
P2P
]
P2P 源代码
DL : 0
源代码编译及安装说明 源代码编译及安装说明编译说明: . 编译环境安装 Microsoft Visual Studio .NET 2003 . 下载WTL(版本:7.5), 网站 http://sourceforge.net/projects/wtl/, 解压并将 wtl/include 加入VS.Net include 工程 参考方法: 打开 Microsoft Visual Studio .NET 2003 点击菜单 工具->选项->Projects->VC++目录->包含文件 ... . 安装说明: 客户端打包: 客户端打包用 NSIS, 先安装 NSIS程序,下载地址:http://opensource.kan8888.com/tools/nsis208chs2005.exe, 打包脚本见 bin/P2PClient.sis 发布端打包: 打包脚本见 bin/P2PPublisher.nsi 发布端数据库表导入 doc/P2PPublish.sql 脚本 服务端安装: . Windows: 安装 SqlServer 2000, 创建库并运行 doc/P2POrderServer.sql, 然后导入 data.mdb 数据 . Linux: 安装 Mysql 并导入相关数据 配置相关: . 客户端: P2PNetwork.ini and P2PIEClient.ini, 发布端: P2POrderClient.ini, 服务端: P2POrderServer.ini 具体详细配置方法见各文件备注 运行: . 首先运行 P2POrderServer.exe, . 再运行 P2POrderClient.exe 进行发布 . 再启动服务程序 P2PServer.exe, 此程序为服务程序,先运行 Install.bat 进行安装,然后运行 Start.bat启动 也可以用打包后的程序进行安装,安装后自动启动.
Date
: 2009-03-11
Size
: 3.9mb
User
:
ff2009
[
ASP
]
Beginning ASP.NET 3.5 in C# 2008 From Novice to Professional, Second Edition
DL : 0
Editorial Reviews Product Description The most up–to–date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 3.5 in C# 2008 guides you through Microsoft’s latest technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of C#. The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you’ll find tips for “best practices” and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to building real–world web sites right from the beginning—rather than just faking it with simplified coding practices. By the time you’ve finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer. About the Author Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com.
Date
: 2010-11-11
Size
: 8.53mb
User
:
open008
[
WAP develop
]
asp.net+wap同学录
DL : 0
是个不错的同学录 注意这个可是手机使用的同学录哦!-be a good college attention to the use of mobile phones but the website!
Date
: 2025-07-01
Size
: 32kb
User
:
林海
[
File Operate
]
(vb.net)Excel
DL : 1
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
Date
: 2025-07-01
Size
: 580kb
User
:
刘春华
[
P2P
]
p2pvb.net版
DL : 0
vb.net写的,实现了p2p点对点聊天功能。-vb.net write, and achieving the peer-to peer-to-peer chatting.
Date
: 2025-07-01
Size
: 58kb
User
:
李士大
[
Program doc
]
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB
DL : 0
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本关于用VB.NET如何开发P2P程序的书,英文原版,非常不错-Apress.Peer.to.Peer.with.VB.Dot.NET. eBook- LiB.chm one on how to develop with VB.NET P2P procedures, English original, very good!
Date
: 2025-07-01
Size
: 7.82mb
User
:
杨正
[
Internet-Network
]
p2p
DL : 1
P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为
Date
: 2025-07-01
Size
: 54kb
User
:
little3388
[
ICQ-IM-Chat
]
P2P
DL : 0
P2P聊天工具,用C#写成,在.net平台下运行 -P2P chat tool, using C# Written in. Net platform, running under
Date
: 2025-07-01
Size
: 414kb
User
:
lizhe
[
P2P
]
wcf_p2pChat
DL : 0
由C#开发的基于.net3平台的WCF即时通信程序。采用最先进非传统的P2P结构-By the C# Developed based on. Net3 the WCF platform instant messaging program. Adopt the most advanced non-traditional P2P structure
Date
: 2025-07-01
Size
: 3.88mb
User
:
ray
[
Internet-Network
]
net-TCP
DL : 0
P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。
Date
: 2025-07-01
Size
: 443kb
User
:
李健
[
P2P
]
NET-P2P
DL : 0
网络传输模块总要 NAT类型不同传输方式不同采用不同的方法进行NAT穿越。-Network transmission module total to NAT type transmission in different ways using different methods across NAT.
Date
: 2025-07-01
Size
: 1kb
User
:
yuxiqian
[
Software Engineering
]
P2P-cover-net
DL : 0
一种新的常数度数的P2P覆盖网络,在此与各位网友分享了,-A new constant degrees of P2P overlay network, in sharing this with you friends, and
Date
: 2025-07-01
Size
: 523kb
User
:
苏伟
[
.net
]
p2p1
DL : 0
p2p concept in Vb.net project
Date
: 2025-07-01
Size
: 87kb
User
:
KING
[
Windows Develop
]
P2P远程控制C#.net二次开发源码
DL : 0
P2P远程控制C#.net二次开发源码,我也是下载的,没仔细调试,有需要的可以下载下来参考一下(P2P remote control C#.net two development source code, I also downloaded, not carefully debugged, there is a need to download to refer to the reference)
Date
: 2025-07-01
Size
: 870kb
User
:
一竹
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.